Keep the documentation, just tweak it so that gtk-doc won't try to find
the declarations of these private symbols.
return tmp_keyval != NoSymbol;
}
-/**
+/*< private >
* gdk_x11_keymap_get_group_for_state:
* @keymap: (type GdkX11Keymap): a #GdkX11Keymap
* @state: raw state returned from X
}
}
-/**
+/*< private >
* gdk_x11_keymap_key_is_modifier:
* @keymap: (type GdkX11Keymap): a #GdkX11Keymap
* @keycode: the hardware keycode from a key event
}
}
-/**
+/*< private >
* gdk_x11_screen_lookup_visual:
* @screen: a #GdkX11Screen.
* @xvisualid: an X Visual ID.
return NULL;
}
-/**
+/*< private >
* gdk_x11_visual_get_xvisual:
- * @visual: (type GdkX11Visual): a #GdkVisual.
+ * @visual: a #GdkX11Visual.
*
- * Returns the X visual belonging to a #GdkVisual.
+ * Returns the X visual belonging to a #GdkX11Visual.
*
* Returns: (transfer none): an Xlib Visual*.
**/